DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexDefinition<T> Class / Root Property

In This Topic
    Root Property
    In This Topic
    Gets the root index in an index/subindex hierarchy.
    Syntax
    'Declaration
     
    Public ReadOnly Property Root As IndexDefinition(Of T)
    public IndexDefinition<T> Root {get;}

    Property Value

    For a subindex, this is an Index<T> to which the subindex belongs (maybe indirectly, through several levels of parent subindexes). For an index, this is always the same object as the index itself.
    See Also